home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / libraries / configvars.g < prev    next >
Text File  |  1992-05-06  |  521b  |  32 lines

  1. type
  2. „Node_t=unknown14,
  3. „ExpansionRom_t=unknown16,
  4.  
  5. „ConfigDev_t=struct{
  6. ˆNode_tcd_Node;
  7. ˆushortcd_Flags;
  8. ˆushortcd_Pad;
  9. ˆExpansionRom_tcd_Rom;
  10. ˆulongcd_BoardAddr;
  11. ˆulongcd_BoardSize;
  12. ˆuintcd_SlotAddr;
  13. ˆuintcd_SlotSize;
  14. ˆ*bytecd_Driver;
  15. ˆ*ConfigDev_tcd_NextCD;
  16. ˆ[4]ulongcd_Unused;
  17. „},
  18.  
  19. „CurrentBinding_t=struct{
  20. ˆ*ConfigDev_tcb_ConfigDev;
  21. ˆ*charcb_FileName;
  22. ˆ*charcb_ProductString;
  23. ˆ**charcb_ToolTypes;
  24. „};
  25.  
  26. ushort
  27. „CDB_SHUTUPŠ=0,
  28. „CDB_CONFIGMEˆ=1,
  29.  
  30. „CDF_SHUTUPŠ=0x01,
  31. „CDF_CONFIGMEˆ=0x02;
  32.